{#if isWIP(currentWork)} work in progress {/if}

{content.title}

{#each content.blocks as block}
{#if block.type == 'paragraph'} {@html block.content} {:else if block.type == 'link' || block.contentType == 'directory'} {block.text || block.alt} {:else if block.type == 'media'}
{#if mediaType(block.contentType) == 'pdf'}{:else if mediaType(block.contentType) == 'audio'}
{/if}
{/each}